home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////
- // HELP.SLT - by Terry Robertson (October 1988) //
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //
- // //
- // This script calls up the help screen (Alt-Z also works). //
- // //
- // The script is most useful when it is "attached" to a function //
- // key. //
- // //
- /////////////////////////////////////////////////////////////////////////
-
-
-
-
-
-
-
-
- Main()
-
- {
- helpscreen();
-
- }
-